home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global installpath
- play frame "fillnames" of movie installpath & "saves.dir"
- repeat with i = 12 to 17
- set the editableText of sprite i to 0
- end repeat
- repeat with i = 19 to 24
- set the editableText of sprite i to 1
- end repeat
- updateStage()
- sound stop 2
- sound stop 3
- end
-